4.0:
    * Added Mach-O compile support. 
      (A REALbasic 5.5.2 and later feature)

3.8:
    * Added support for REALbasic 5.5.
    * Fixed a problem with PtInRect on Win32 compiles.
    * The QuickDrawLib now comes with a stub for the REALbasic
        Windows IDE for the few functions that it supports on Win32
        (Which are mostly point and rect calculation functions).

3.7:
    * Added support for REALbasic 5.1.

3.6:
    * Updated everything to support the new TypeLib syntax.
    * Did some fixes for Asian systems.
    * Did preliminary tests for REALbasic 5.0 which all went well.

3.5:
    * Added Carbon and MacOS X support.
    * Added RB Plugin plunger Documentation.
    * Did various of tweaks and fixes.
    * Added a SeedCFill example project.

3.2:
    * Added Carbon support
    * Added Platform information to the documentation

3.0:
    * Added a Plot method to the PixMapHandle class
    * Added toPicHandle function to the PixMapHandle class
    * Added toCompressedPicHandle function to the PixMapHandle class  
    * Added GetBackColor function
    * Added GetForeColor function
    * Added CopyDeepMask method
    * Added a extra constructor to PicHandle object
      (PicHandle = new PicHandle(str as String))
       Note: This constructor is only avalible with
              TypeLib 1.8 or newer installed.
    * Optimized even more for codesize, making the plugin
      about 10% smaller.
    * Some bugs in the documentation were fixed.
    * Sample projects updated
    * Compiled with REALbasic 2.1.x compatible SDK 

2.6: 
    * New method: GlobalToLocal (68k,PPC,x86)
	   * New method: LocalToGlobal (68k,PPC,x86)
    * Added x86 support for PtInRect
    * Added x86 support for EqualRect
    * Added x86 support for OffsetRect
    * Added x86 support for InsetRect
    * Added x86 support for EmptyRect
    * Added x86 support for SectRect
    * Added x86 support for UnionRect



